3.663 \(\int \frac{1}{x^3 \left (a+c x^4\right )^2} \, dx\)

Optimal. Leaf size=59 \[ -\frac{3 \sqrt{c} \tan ^{-1}\left (\frac{\sqrt{c} x^2}{\sqrt{a}}\right )}{4 a^{5/2}}-\frac{3}{4 a^2 x^2}+\frac{1}{4 a x^2 \left (a+c x^4\right )} \]

[Out]

-3/(4*a^2*x^2) + 1/(4*a*x^2*(a + c*x^4)) - (3*Sqrt[c]*ArcTan[(Sqrt[c]*x^2)/Sqrt[
a]])/(4*a^(5/2))

_______________________________________________________________________________________

Rubi [A]  time = 0.0726742, antiderivative size = 59, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.308 \[ -\frac{3 \sqrt{c} \tan ^{-1}\left (\frac{\sqrt{c} x^2}{\sqrt{a}}\right )}{4 a^{5/2}}-\frac{3}{4 a^2 x^2}+\frac{1}{4 a x^2 \left (a+c x^4\right )} \]

Antiderivative was successfully verified.

[In]  Int[1/(x^3*(a + c*x^4)^2),x]

[Out]

-3/(4*a^2*x^2) + 1/(4*a*x^2*(a + c*x^4)) - (3*Sqrt[c]*ArcTan[(Sqrt[c]*x^2)/Sqrt[
a]])/(4*a^(5/2))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 12.3762, size = 53, normalized size = 0.9 \[ \frac{1}{4 a x^{2} \left (a + c x^{4}\right )} - \frac{3}{4 a^{2} x^{2}} - \frac{3 \sqrt{c} \operatorname{atan}{\left (\frac{\sqrt{c} x^{2}}{\sqrt{a}} \right )}}{4 a^{\frac{5}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**3/(c*x**4+a)**2,x)

[Out]

1/(4*a*x**2*(a + c*x**4)) - 3/(4*a**2*x**2) - 3*sqrt(c)*atan(sqrt(c)*x**2/sqrt(a
))/(4*a**(5/2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.121747, size = 94, normalized size = 1.59 \[ \frac{-\frac{\sqrt{a} \left (2 a+3 c x^4\right )}{x^2 \left (a+c x^4\right )}+3 \sqrt{c} \tan ^{-1}\left (1-\frac{\sqrt{2} \sqrt [4]{c} x}{\sqrt [4]{a}}\right )+3 \sqrt{c} \tan ^{-1}\left (\frac{\sqrt{2} \sqrt [4]{c} x}{\sqrt [4]{a}}+1\right )}{4 a^{5/2}} \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x^3*(a + c*x^4)^2),x]

[Out]

(-((Sqrt[a]*(2*a + 3*c*x^4))/(x^2*(a + c*x^4))) + 3*Sqrt[c]*ArcTan[1 - (Sqrt[2]*
c^(1/4)*x)/a^(1/4)] + 3*Sqrt[c]*ArcTan[1 + (Sqrt[2]*c^(1/4)*x)/a^(1/4)])/(4*a^(5
/2))

_______________________________________________________________________________________

Maple [A]  time = 0.017, size = 50, normalized size = 0.9 \[ -{\frac{1}{2\,{a}^{2}{x}^{2}}}-{\frac{c{x}^{2}}{4\,{a}^{2} \left ( c{x}^{4}+a \right ) }}-{\frac{3\,c}{4\,{a}^{2}}\arctan \left ({c{x}^{2}{\frac{1}{\sqrt{ac}}}} \right ){\frac{1}{\sqrt{ac}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^3/(c*x^4+a)^2,x)

[Out]

-1/2/a^2/x^2-1/4/a^2*c*x^2/(c*x^4+a)-3/4/a^2*c/(a*c)^(1/2)*arctan(c*x^2/(a*c)^(1
/2))

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((c*x^4 + a)^2*x^3),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.239564, size = 1, normalized size = 0.02 \[ \left [-\frac{6 \, c x^{4} - 3 \,{\left (c x^{6} + a x^{2}\right )} \sqrt{-\frac{c}{a}} \log \left (\frac{c x^{4} - 2 \, a x^{2} \sqrt{-\frac{c}{a}} - a}{c x^{4} + a}\right ) + 4 \, a}{8 \,{\left (a^{2} c x^{6} + a^{3} x^{2}\right )}}, -\frac{3 \, c x^{4} - 3 \,{\left (c x^{6} + a x^{2}\right )} \sqrt{\frac{c}{a}} \arctan \left (\frac{a \sqrt{\frac{c}{a}}}{c x^{2}}\right ) + 2 \, a}{4 \,{\left (a^{2} c x^{6} + a^{3} x^{2}\right )}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((c*x^4 + a)^2*x^3),x, algorithm="fricas")

[Out]

[-1/8*(6*c*x^4 - 3*(c*x^6 + a*x^2)*sqrt(-c/a)*log((c*x^4 - 2*a*x^2*sqrt(-c/a) -
a)/(c*x^4 + a)) + 4*a)/(a^2*c*x^6 + a^3*x^2), -1/4*(3*c*x^4 - 3*(c*x^6 + a*x^2)*
sqrt(c/a)*arctan(a*sqrt(c/a)/(c*x^2)) + 2*a)/(a^2*c*x^6 + a^3*x^2)]

_______________________________________________________________________________________

Sympy [A]  time = 3.7234, size = 95, normalized size = 1.61 \[ \frac{3 \sqrt{- \frac{c}{a^{5}}} \log{\left (- \frac{a^{3} \sqrt{- \frac{c}{a^{5}}}}{c} + x^{2} \right )}}{8} - \frac{3 \sqrt{- \frac{c}{a^{5}}} \log{\left (\frac{a^{3} \sqrt{- \frac{c}{a^{5}}}}{c} + x^{2} \right )}}{8} - \frac{2 a + 3 c x^{4}}{4 a^{3} x^{2} + 4 a^{2} c x^{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**3/(c*x**4+a)**2,x)

[Out]

3*sqrt(-c/a**5)*log(-a**3*sqrt(-c/a**5)/c + x**2)/8 - 3*sqrt(-c/a**5)*log(a**3*s
qrt(-c/a**5)/c + x**2)/8 - (2*a + 3*c*x**4)/(4*a**3*x**2 + 4*a**2*c*x**6)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.217758, size = 69, normalized size = 1.17 \[ -\frac{3 \, c \arctan \left (\frac{c x^{2}}{\sqrt{a c}}\right )}{4 \, \sqrt{a c} a^{2}} - \frac{3 \, c x^{4} + 2 \, a}{4 \,{\left (c x^{6} + a x^{2}\right )} a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((c*x^4 + a)^2*x^3),x, algorithm="giac")

[Out]

-3/4*c*arctan(c*x^2/sqrt(a*c))/(sqrt(a*c)*a^2) - 1/4*(3*c*x^4 + 2*a)/((c*x^6 + a
*x^2)*a^2)